*{
    scroll-behavior: smooth;
}

.navbar {
    position: sticky;
    top:0;
    display: flex;
    justify-content: space-around;
    background-color: #E7E2D9;
}

.navbar ul {
    display: flex;
    justify-content: center;
    gap: 20vw;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0;
    text-decoration: none;
}

.navbar ul li a {

    text-decoration: none;
    color: rgb(0, 0, 0);
}

ul {
    list-style-type: none;
}

.hulp1 {
    font-family: 'Arial', sans-serif;

    color: #ffffff;
    text-align: center;

}

.hulp1 h1 {
    margin: 1% 0;

    font-size: 48px;
}

.hulp1 button {
    background-color: #FFEF5A;
    border: purple 2px solid;
    padding: 10px 5%;
    font-size: 30px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 2%;
    font-weight: bolder;
    transition: transform ease 0.4s;
}

.hulp1 button:hover {
    background-color: purple;
    color: #FFEF5A;
    transform: scale(1.5) rotate(5deg);
}


.kngfpic img {
    display: flex;
    width: 90%;
    height: auto;
    margin-top: 5%;
    margin-left: 5%;
    border-radius: 10px;
    transition: transform ease .4s;
}

.kngfpic img:hover {
    transform: scale(1.05);
}

.eerstezicht {
    font-family: 'Arial', sans-serif;
    padding-top: 1%;
    font-size: 24px;
    text-align: center;
    color: #333;
}

.eerstezicht h1 {
    color: #000000;
}

.rect_main {
    position: relative;
    width: 50%;
    height: 70px;
    background-color: #c906ff4b;
    margin: 10%  25%;
    margin-top: -7%;
    rotate: -3deg;
    box-shadow: #000000 20px 10px 30px -10px;
}

.lijn1 {
    position: relative;
    width: 90%;
    height: 4px;
    background-color: #FFEF5A;
    margin: 0 auto;
    margin-top: 2%;
    border-radius: 2px;
}

#main {
    background-color: #E7E2D9;
    padding: 5% 2%
}


.Vragen {
    display: flex;
    flex-direction: column;
}



.WIKNGF {
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}

.WIKNGF h2 {
    color: #2e007f;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    transition: transform ease .4s;
    margin: 1% auto;
    transform-origin: center;
    padding: 1% 0;
}

.WIKNGF h2:hover {
    transform: scale(1.1) rotate(-1deg);
}

.lijn2 {
    position: relative;
    width: 90%;
    height: 4px;
    background-color: #FFEF5A;
    margin: 0 auto;
    margin-top: 2%;
    border-radius: 5px;
}

.HDWD {
    margin-top: 3%;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    text-align: center;
}

.HDWD h2 {
    transition: transform ease .4s;
}

.HDWD h2:hover {
    transform: scale(1.1) rotate(-1deg);
}


.naast {
    display: flex;
    flex-direction: row;
}

.WKUD {
    margin-top: 3%;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.895);
    border-radius: 10px;
    width: 90%;
    text-align: center;
}

.WKUD h2 {
    font-size: 40px;
    font-weight: 800;
    transition: ease 0.4s;
}

.WKUD h2:hover{
    transform: scale(1.1) rotate(-1deg);
}

.HDWD {
    background-color: #FDF3DF;
    border-radius: 20px;
    width: 40%;
    margin-left: 4%;
    padding-left: 2%;
}

.HDWD h2 {
    font-size: 40px;
    color: #2e007f;
    font-weight: 800;
}

.WKUD {
    background-color: #FDF3DF;
    border-radius: 20px;
    width: 40%;
    margin-left: 5%;
    padding-left: 2%;
}

.WKUD h2 {
    font-size: 40px;
    color: #2e007f;
    font-weight: 800;
}

#hulp {
    background-color: #FDF3DF;
    font-family: 'Arial', sans-serif;
    padding: 2% 5%;
}

.helpen h2 {
    font-family: 'Arial', sans-serif;
    color: #333;
    text-align: center;
}

.helpen h1 {
    font-family: 'Arial', sans-serif;
    color: #333;
    text-align: center
}

.feithesrow1 {
    display: flex;
    justify-content: space-between;
}

.feitjesrow2 {
    display: flex;
    justify-content: space-between;
}


.geld-opgeleverd {
    background-color: rgba(236, 255, 150, 0.501);
    margin-top: 5%;
    border-radius: 20px;
    width: 35%;
    padding: 2% 5%;
    color: rgb(111, 128, 0);
}

.geld-opgeleverd h1 {
    font-size: 70px;
    font-weight: 1000;
    transition: transform 0.15s ease;
    transform-origin: center;
    will-change: transform;
}

.geld-opgeleverd h1:hover{
    transform: translate(50px, -20px) scale(1.3) rotate(-5deg);
}

.kom-in-actie {
    background-color: #97afff62;
    margin-top: 5%;
    border-radius: 20px;
    width: 35%;
    padding: 2% 5%;
    color: #002fff;
}

.kom-in-actie h2 {
    font-size: 40px;
    font-weight: 1000;
}

.kom-in-actie button {
    background-color: #0033ff;
    padding: 10px 5%;
    font-size: 30px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 2%;
    font-weight: bolder;
    color: white;
}

.sponsor {
    background-color: #ff97b562;
    margin-top: 5%;
    border-radius: 20px;
    width: 35%;
    padding: 2% 5%;
    color: #ff0066;
}

.sponsor h2 {
    font-size: 40px;
    font-weight: 1000;
}

.sponsor button {
    background-color: #ff0066;
    padding: 10px 5%;
    font-size: 30px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 2%;
    font-weight: bolder;
    color: white;
}

.testament {
    background-color: #97ffda62;
    margin-top: 5%;
    border-radius: 20px;
    width: 35%;
    padding: 2% 5%;
    color: #00b37e;
}

.testament h2 {
    font-size: 40px;
    font-weight: 1000;
}

.testament button {
    background-color: #00b37e;
    padding: 10px 5%;
    font-size: 30px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 2%;
    font-weight: bolder;
    color: white;
}

.klein_feitje{
    text-align: center;
}

.klein_feitje span{
    font-weight: 900;
    font-size:1.5em;
    display: inline-block;
    transform-origin: center;
    transition: transform 0.2s ease;
    color: rgb(238, 0, 255)
}

.klein_feitje span:hover{
    transform: scale(1,2);
}

.herostory{
    background-color: #ADDAFB;
    border-radius:20px;
    padding: 1% 2%;
    width: 40%;
    text-align: center;
    color: #2622ED;
}

.herostory h1{
    font-size: 30px;
    font-weight: 700;
}

.containerhero img{
    display: flex;
    border-radius: 360px;
    width: 30%;
}

.containerhero{
    display: flex;
    flex-direction: row;
    gap: 20%;
}

.puppypleeggezin{
    text-align: center;
    width: 100%;
    padding-bottom: 5%;
}

.puppypleeggezin h1{
    font-size:35px;
    font-weight: 800;
    color: #2E007F;
}

.puppypleeggezin button{
    background-color: yellow;
    font-size: 20px;
    font-weight: 800;
    border-radius: 20px;
    padding:1%;
    color: purple;
}

#footer{
    font-family: 'Arial', sans-serif;
    background-color: #FDF3DF;
    padding: 2% 5%;
}

.contactgegevens ul{
    display: flex;
    flex-direction: row;

    justify-content: center;
    color: #800080;
}

.contactgegevens ul li{
    padding:0 10px;
    font-size: 1.2em;
    font-weight: 700;
}

.revieuws{
    display: flex;
    gap:20%;
}

.revieuws h1{
    color:#2E007F;
    font-size: 50px;
}

.R1{
    background-color: #E7E2D9;
    width: 20%;
    border-radius: 20px;
    text-align: center;
}

.R2{
    background-color: #E7E2D9;
    width: 20%;
    border-radius: 20px;
    text-align: center;
}

.R3{
    background-color: #E7E2D9;
    width: 20%;
    border-radius: 20px;
    text-align: center;
}

.sigma{
    text-align: center;
    font-size: 50px;
}